Welcome![Sign In][Sign Up]
Location:
Search - ocr c

Search list

[Graph RecognizeOCR-C

Description: The program is for OCR purpose and user can use this tool to do character recog
Platform: | Size: 1514695 | Author: 世界 | Hits:

[CSharpc# OCR文字识别

Description: 利用office2007中的开发的图片文字识别例子。Microsoft Office Document Image,对包括中英文在内的各种语言的印刷体支持还不错。她是由清华文通oem给微软的,所以各种性能还是不错的,在office2007也包括这个功能,需要OCR的人可以参考一下。
Platform: | Size: 91893 | Author: wwwhao@gmail.com | Hits:

[Graph Recognize图片文字识别OCR

Description: 在Frame4.0上C#开发的一个关于图像中文字识别码源,已经生成了DEMO。
Platform: | Size: 2895339 | Author: xianghaibo296@163.com | Hits:

[Windows DevelopC语言代码

Description: OCR算法代码。 这不是一个完整的系统,没法生成可执行程序。 代码基于Linux/KDE开发,用到了C++标准模板库。 代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作, 读者可以借鉴这些代码,改动后用到自己的系统中。 由于这是从一个完整的OCR系统中抽取的部分代码, 所以这些代码无法单独编译。 两个*.dat文件如下: char_data.dat:字符特征数据 words_de.dat:词库(后处理用)-OCR arithmetic code. It is not a complete system, and not build execute program. The development of this code based on Linux/KDE, and used C++ standard moulding board library. Its purpose to lay out including parts and how to work in an OCR system to reader. You, Reader, also could use these code for reference, and used in your system after altered. These code could not be build by itself because it is extracted from a whole OCR system. Two file of*.dat is : char_data.dat: Characteristic data of character words_de.dat: word library (used in after-disposal).
Platform: | Size: 873472 | Author: 李权波 | Hits:

[Graph RecognizeOCR算法之C语言代码

Description: OCR算法代码。 这不是一个完整的系统,没法生成可执行程序。 代码基于Linux/KDE开发,用到了C++标准模板库。 代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作, 读者可以借鉴这些代码,改动后用到自己的系统中。 由于这是从一个完整的OCR系统中抽取的部分代码, 所以这些代码无法单独编译。 两个*.dat文件如下: char_data.dat:字符特征数据 words_de.dat:词库(后处理用) 如果需要完整实用的中文OCR代码,可以和PRTsinghua@hotmail.com联系。-OCR algorithm code. This is not a complete system, we can not generate executable. Based on the Linux code/KDE development, use the C standard template library. The code is intended to show readers an OCR system, including which parts work, readers can learn from these code changes after their use in the system. As this is from a complete OCR system taking part code, so code can not be compiled separately. 2*. dat following documents : char_data.dat : Character Feature Data words_de.dat : Thesaurus (after treatment) for a complete practical needs if the Chinese OCR code, and PRTsinghua@hotmail.com links.
Platform: | Size: 874496 | Author: 樊志华 | Hits:

[Graph Recognizetesseract-1.0.tar

Description: 是HP的开源的OCR代码.HP在1985-1995年间开发的商业质量的OCR引擎,UNLV评为前三,2005年开源。-HP is the revenue OCR code. HP 1985-1995, the commercial development between the quality of O CR engines, as the first three UNLV, in 2005 revenue.
Platform: | Size: 2779136 | Author: 毛军华 | Hits:

[Graph RecognizeOCR-C

Description: The program is for OCR purpose and user can use this tool to do character recog
Platform: | Size: 2268160 | Author: 世界 | Hits:

[Graph RecognizeHeimaBBS_OCR

Description: OCR C# VS.net 2003 OCR C# VS.net 2003
Platform: | Size: 103424 | Author: | Hits:

[.netAsprise-OCR-CSharp-Windows_Server_32bit-4.0

Description: 识别图片上的文字,识别率有80% 附加c#调用 [DllImport("AspriseOCR.dll")] static extern string craboOCR(string file, int type) private void GetVeryfyCode() { if(File.Exists(_imgPath))//ok now? { try { this.picbVeryfyCode.Image=System.Drawing.Bitmap.FromFile(_imgPath) _veryfyCode=craboOCR(_imgPath,-1) _veryfyCode=_veryfyCode.Substring(0,4) this.txtVeryfyCode.Text=_veryfyCode } catch(Exception e) { this.lblResult.Text+=e.Message } } }-The text on the picture identification, identification rate of 80 surcharge c# Calls [DllImport ( AspriseOCR.dll )] static extern string craboOCR (string file, int type) private void GetVeryfyCode () (if (File.Exists (_imgPath) )// ok now? (try (this.picbVeryfyCode.Image = System.Drawing.Bitmap.FromFile (_imgPath) _veryfyCode = craboOCR (_imgPath,-1) _veryfyCode = _veryfyCode.Substring (0,4) this.txtVeryfyCode.Text = _veryfyCode) catch (Exception e) (this.lblResult.Text+ = e.Message)))
Platform: | Size: 6479872 | Author: 似的 | Hits:

[Graph RecognizeOCR

Description: OCR光学字符识别代码,思想是背景16值变化,提供勾,圈,叉识别-OCR Optical Character Recognition code, thought is the background value of 16 changes in the provision of hook, loop, fork Recognition
Platform: | Size: 4039680 | Author: 陶超 | Hits:

[VC/MFCC++Primer+3+Chinese+edition

Description: Title: C++ Primer 3rd Edition 中文完美OCR版 URL:http://www.china-pub.com/computers/common/info.asp?id=5926 ISBN:7-5083-0989-8 Author:潘爱民 张丽 Publisher:中国电力出版社 Page:1043 Edition:3rd Edition Catalog:Programming/C_C++ Format:PDF Size:3.80MB Supplier:过去 Introduction:C++ Primer的第三版结合了Stanley Lippman的实践经验和Josée Lajoie对于ANSI/ISO标准C++的深入理解。这本指导书的第三版已经被重新改写过,以便更加精确地讲述标准C++的特性和用法。在本书中,对于C++初学者特别有价值的是一些来自真实世界中的程序例子,它们说明了泛型程序(generic program)的设计、面向对象程序的设计、模板的用法,以及使用标准C++进行程序设计的方方面面。而且,本书也在适当的地方讲到了一些习惯用法以及效率指导。-err
Platform: | Size: 4012032 | Author: | Hits:

[Graph RecognizeAsprise-OCR-C-Windows_XP_32bit-4.0

Description: 验证码识别dll库,对于未加花、噪,纯数字与字母均可识别-Asprise-OCR-C-Windows
Platform: | Size: 1960960 | Author: sdfsfsdf | Hits:

[Windows DevelopOcr

Description: OCR文字识别实现图像文字识别(OCR). -C# Source text recognition software used in the Modi
Platform: | Size: 92160 | Author: bingjie | Hits:

[CSharpTOCR3.0DemoCSharpIss1

Description: Sample above OCR in C Sharp Include description
Platform: | Size: 21504 | Author: job_silva | Hits:

[Graph Recognizeocr

Description: A C# Implementation of Optical Character Recognition (OCR)
Platform: | Size: 8192 | Author: omcdr | Hits:

[GDI-BitmapOCR(vc)

Description: 一个经典的C++图像识别源码。包含:图像处理(灰度化,二值化,梯度锐化) 和 神经网络 两部分。-A classic image recognition of the C++ source code. Include: image processing (grayscale-based, binary gradient sharpening) and neural network in two parts.
Platform: | Size: 1504256 | Author: 倪燕翔 | Hits:

[DocumentsAsprise-OCR-Java-Windows_XP_32bit-4.0

Description: 使用方法: 1、把:AspriseOCR.dll、DevIL.dll、ILU.dll这三个动态链接库文件放到 windows/system32 下面 2、开发用到aspriseOCR.jar组件 3、开发实例代码:(实例代码)ParseJPEG_withOCR.java 4.CloseWin.exe是销毁本sdk调用dll是弹出的Asprise购买提示,在进行批量识别图片时把CloseWin.exe同时运行就好了,这样就解除了弹出购买窗口这个问题 5.文件夹closeWin内C++工程源码-Use: 1 to: AspriseOCR.dll, DevIL.dll, ILU.dll three dynamic link library file into the windows/system32 2 below, the development used aspriseOCR.jar component 3, the development instance of the code: (example code ) ParseJPEG_withOCR.java 4.CloseWin.exe is the destruction of the sdk dll is called pop-up Asprise buying tips, pictures during the mass identification CloseWin.exe run like a, thus lifting the window pops up to purchase this issue 5. file folder within the C++ works closeWin Source
Platform: | Size: 6054912 | Author: 吕军 | Hits:

[Linux-Unixdigitaleyes-c

Description: DigitalEyes is an OCR (Optical Character Recognizer) developed in C/Caml. usage : ./digitaleyes[.opt] [processes in chronological order] file -noise Reduces image noise. -rotate Finds angle and rotate image. -lessons Builds the lessons library. -clessons Remove the lessons library. -learn Takes the image and give it to the neural network which compares its output and output wanted and apply backpropagation gradient descent algorithm. -learnall Takes all the files in learning/ directory and gives them to the neural network. -block Detects blocks. -init Reinitializes the Neural Network. -o Saves current file. -html Outputs HTML. -nogui Do not show GTK2+ interface. -with-threads Show GTK2+ interface with threads (default). -no-threads Show GTK2+ interface without threads. -help Display this list of options --help Display this list of options -DigitalEyes is an OCR (Optical Character Recognizer) developed in C/Caml. usage : ./digitaleyes[.opt] [processes in chronological order] file -noise Reduces image noise. -rotate Finds angle and rotate image. -lessons Builds the lessons library. -clessons Remove the lessons library. -learn Takes the image and give it to the neural network which compares its output and output wanted and apply backpropagation gradient descent algorithm. -learnall Takes all the files in learning/ directory and gives them to the neural network. -block Detects blocks. -init Reinitializes the Neural Network. -o Saves current file. -html Outputs HTML. -nogui Do not show GTK2+ interface. -with-threads Show GTK2+ interface with threads (default). -no-threads Show GTK2+ interface without threads. -help Display this list of options --help Display this list of options
Platform: | Size: 381952 | Author: chen | Hits:

[xml-soap-webserviceOCR

Description: optical characterset recognition (OCR), done in c#.net using neural networks
Platform: | Size: 135168 | Author: kosnica | Hits:

[Special EffectsOCR

Description: C#调用DLL实现图像文字识别(OCR)(C # call DLL realize image character recognition (OCR))
Platform: | Size: 1024 | Author: K丶 | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net